PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DView Class / getNodes Method
In This Topic
    getNodes Method
    In This Topic
    Gets the collection of 3D nodes. Each 3D node may contain entries that change the node's state, including its opacity and its position in world space.
    Syntax
    public PDF3DNodeCollection getNodes()

    Return Value

    A collection of PDF3DNode objects.
    See Also